projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abcda8
)
Make Adwaita the default theme across platforms
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Jul 2014 01:19:09 +0000
(21:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Jul 2014 01:19:09 +0000
(21:19 -0400)
This ensures that we have a polished out-of-the-box appearance
on all platforms.
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index 7804ae071b70ca03c5803df4a024a85a5f2ea19c..64912ceeaf8c6d81dc263642602de729f2e45047 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-436,11
+436,7
@@
gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_string ("gtk-theme-name",
P_("Theme Name"),
P_("Name of theme to load"),
-#ifdef G_OS_WIN32
- _gtk_win32_theme_get_default (),
-#else
DEFAULT_THEME_NAME,
-#endif
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_THEME_NAME);